* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    line-height: 1.5;
    font-size: 14px;
   font-family: 微软雅黑,黑体,sans-serif;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color: #1a52a5;
    text-decoration: none
}

img {
    display: block
}

html {
    background: #f7f7f7;
}

.container {
    width: 100%;
    /*    max-width: 1920px;*/
    height: auto;
    display: table;
    margin: 0 auto;

}

/*��������*/
.navTop {
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

.navTopBox {
    width: 1200px;
    height: 29px;
    margin: 0 auto
}

.navTopBox-link {
    float: left;
    line-height: 29px;
    font-size: 12px;
    color: #333333
}

.navTopBox-link a {
    position: relative;
    color: #333333
}

.navTopBox-link a.download::before {
    display: inline-block;

    content: "";
    width: 18px;
    height: 18px;
    background: url("../images/download.gif") no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
    margin: -2px 6px 0 0
}


.hover_info {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 22px;
    width: 168px;
    height: 188px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 20px 0px rgb(120 120 120 / 50%);
    box-shadow: 0px 2px 20px 0px rgb(120 120 120 / 50%);
    border-radius: 1px;
    padding: 18px 22px 18px 22px;
}

.hover_info img {
    width: 168px;
    height: 168px;
    display: block
}

.hover_info .tit {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #273249;
    line-height: 20px;
}



.navTopBox-link a>img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.navTopBox-login {
    float: right;
    line-height: 29px;
	  font-size: 12px
}

.service-telephone {
    float: left;
    color: #333333
}

.service-telephone span {
    font-size: 12px
}

.navTopBox-login a.loginBtn {
    font-size: 12px;
    background: #1844a7;
    padding: 4px;
    color: #fff;
    margin: 0 20px 0 50px
}

.navTopBox-login a.register1 {
    font-size: 12px;
    color: #31353b;
    border-bottom: 1px solid #31353b;
    padding-bottom: 2px
}

.navTopBox-login a.register:hover,
.navTopBox-login a.loginBtn:hover {
    text-decoration: none;
}

.top_layer {
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    overflow: hidden
}


.service-telephone {
    float: left;
    color: #333333;  font-size: 12px
}

.service-telephone span {
    font-size: 12px
}

.box {
    width: 100%;
    height: 106px;
    margin: 0 auto;
    background: #fff;
}

.box-center {
    width: 1200px;
    height: 106px;
    margin: 0 auto
}

.logo {
    float: left;
    width: 330px;
    height: 106px;

}

.layer {
    float: right;
    width: 852px;
    height: 76px;
    overflow: hidden;
    margin-top: 15px;
}


.nav {
    width: 100%;
    height: 44px;
    background: #1042ab;
}

.nav-box {
    width: 1200px;
    height: 44px;
    margin: 0 auto;
}



.nav-box a {
    float: left;
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.nav-box a.active,
.nav-box a:hover {
    background: #bc1e18;
}

.nav-box .go-home {
    float: right;
}

.nav-box .go-home a::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/home-icon.png) no-repeat center;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.main {
    width: 100%;
    height: auto;
    display: table;
    background: #f7f7f7;
    padding-top: 12px;
}




.title {
    width: 100%;
    height: 70px;
    background: #fff
}

.title-left {
    float: left;
    width: 120px;
    height: 66px;
    line-height: 70px;
    border-bottom: 4px solid #bc1e18;
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold
}

.title-right {
    height: 66px;
    line-height: 70px;
    margin-left: 135px;
    border-bottom: 4px solid #1844a7;

}

.title-right a {
    float: right;
    color: #1042ab;
    margin-right: 15px;
}

.content {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
}

.box1 {
    width: 1200px;
    height: 280px;
    margin: 0 auto
}

.box1-left {
    float: left;
    width: 840px;
    height: 280px;
    overflow: hidden;
}

.box1-left .swiper-slide img {
    width: 840px;
    height: 280px;
}

.box1-left .swiper-slide-active img {
    animation: imgScale 5s 1 forwards;
}

.box1-left .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 24px;
    height: 3px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color .3s ease;
}


.box1-left .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.box1-left .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 3s linear forwards
}

.box1-left .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes imgScale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.box1-right {
    float: right;
    width: 344px;
    height: 278px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.box2 {
    width: 1200px;
    display: table;
    margin: 15px auto 0 auto
}

.box2-left {
    float: left;
    width: 840px;
    height: 280px;
    overflow: hidden;
}

.box2-left-bottom {
    width: 800px;
    height: 160px;
    margin-top: 15px;
    background: #fff;
    overflow: hidden;
    padding: 25px 20px;
}


.box2-left-bottom ul li {
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 10px;
}

.box2-left-bottom .mettimg-time {
    float: left;
    line-height: 29px;
    color: #333333;
}

.box2-left-bottom .mettimg-address {
    float: left;
   /* width: 120px;*/
   margin:0 15px 0 0;
    overflow: hidden;
    text-align: center;
}

.box2-left-bottom .mettimg-address span {
    display: inline-block;
    background: #e9f0f7;
    padding: 4px 10px;
    border-radius: 4px;
    color: #2c6dad;
    margin: 0 auto;
}



.box2-left-bottom .mettimg-title {
    float: left;
    width: 520px;
    line-height: 29px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.box2-left-bottom  ul li a  .mettimg-title {
    color: #333333;
}

.box2-left-bottom .mettimg-state {
    float: right;
    line-height: 29px;
}

.box2-left-bottom  ul li a .mettimg-state  {
    color: #979797;
}

.box2-left-bottom  ul li a .have  {
    color: #bd302e;
}

.box2-left-bottom .have a::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/live_2.gif) no-repeat center;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.box2-left-bottom .convene a {
    color: #69c0ff;
}

.box2-right {
    float: right;
    width: 346px;
    height: 218px;

}

.box2-right-bottom {
    width: 100%;
    height: 170px;
    background: #fff;
    margin-top: 15px;
    padding-top: 25px;
}

::placeholder {
    color: #b2b2b2;
}

.select {
    position: relative;
    width: 303px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    margin: 0 auto 10px auto;
}

.select-nav {
    position: relative;
    width: auto;
    height: 30px;
}

.select-nav p {
    display: block;
    padding-left: 10px;
    line-height: 38px;
    color: #b2b2b2;
    font-size: 14px;
    cursor: pointer;
}

.select-nav p::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-new {
    width: 428px;
    height: 338px;
    position: absolute;
    top: 40px;
    left: -124px;
    display: none;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 12px #ccc;
    border-radius: 8px;

    border: 1px solid #c3cfe9;

}

.select-new-title {
    width: 384px;
    height: 39px;
    line-height: 39px;
    padding: 0 22px;
    background-color: #e7ecf6;
}

.select-new-title-left {
    float: left;
}

.select-new-title-right {
    float: right;
    margin-top: 10px;
}

.whole {
    width: 384px;
    height: 39px;
    padding: 0 22px;
}

.whole ul li {
    height: 39px;

    border-bottom: 1px dashed #d3dcee;
}

.whole ul li:last-child {
    border-bottom: none
}

.whole ul li span {
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    background: url(../images/whole.png) no-repeat center;
    color: #1042ab;
    font-size: 14px;
    text-align: center;
}

.whole ul li>a {
    position: relative;
    display: inline-block;
    color: #333;
    margin-left: 10px;
    padding: 2px 4px;
    margin-top: 8px;

}

.whole ul li>a:hover {
    background: #1042ab;
    color: #fff;
}


.whole ul li .economize {
    display: inline-block;
    position: relative;
    display: inline-block;
    color: #333;
    margin-left: 10px;
    padding: 2px 4px;
    margin-top: 8px;
    cursor: pointer;
}

.whole ul li .economize:hover {
    background: #1042ab;
    color: #fff;
}


.whole ul li .whole-child {
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 24px;
    width: 212px;
    border: 1px solid #1042ab;
    background: #e7ecf6;
    display: none;
}

.whole ul li .whole-child a {
    display: inline-block;
    color: #666666;
    margin-left: 10px;
    padding: 2px 4px;
}


.select input {
    width: 293px;
    height: 38px;
    line-height: 38px;
    border: 0;
    padding-left: 10px;
}

.box2-right-bottom button {
    display: block;
    border: 0;
    width: 305px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #2c6dad;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    cursor:pointer
}

.box3 {
    width: 1200px;
    height: auto;
    margin: 15px auto 0 auto
}

.box3-bottom {
    width: 1160px;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 15px;
    padding: 30px 20px 0 20px;
}

.box3-bottom li {
    float: left;
    width: 282px;
    margin: 0 10px 30px 0
}

.box3-bottom li:nth-of-type(4n) {
    margin-right: 0;
}

.box3-bottom li .hera-img {
    width: 282px;
    height: 159px;
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.box3-bottom li .hera-img img {
  width: 282px;
    height: 159px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}

.box3-bottom li:hover .hera-img img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);

    transition: transform .65s;
}


.box3-bottom li>a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 10px 0
}

.box3-bottom li:hover a {
    color: #1042ab;
}

.box3-bottom li p {
    color: #999999
}

.box3-bottom li p span:nth-child(odd) {
    float: left
}

.box3-bottom li p span:nth-child(even) {
    float: right
}

.box4 {
    width: 1200px;
    height: auto;
    margin: 15px auto 0 auto
}

.box4-bottom {
    width: 1160px;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 15px;
    padding: 20px 20px 0 20px;
}

.box4-bottom ul li {
    position: relative;
    width: 282px;
    height: 159px;
    overflow: hidden;
    margin-bottom: 10px;

}

.box4-bottom ul li img {
    display: block;
    width: 282px;
    height: 159px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}

/*.box4-bottom ul li:nth-of-type(1) {
    position: relative;
    float: left;
    width: 867px;
    height: 328px;
    overflow: hidden;

}

.box4-bottom ul li:nth-of-type(1) img {
    width: 867px;
    height: 328px;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}

.box4-bottom ul li:nth-of-type(2),
.box4-bottom ul li:nth-of-type(3) {
    float: right;
    width: 282px;
    height: 159px;
    overflow: hidden;

}

.box4-bottom ul li:nth-of-type(n+4) {
    float: left;
    margin-right: 10px;
}



.box4-bottom ul li:nth-of-type(7) {
    margin: 0 0 0 1px;
}
*/

.box4-bottom ul li:nth-of-type(1) {
    position: relative;
    float: left;
   width: 574px;
    height: 328px;
    overflow: hidden;

}

.box4-bottom ul li:nth-of-type(1) img {
    width: 574px;
    height: 328px;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}

.box4-bottom ul li:nth-of-type(2),.box4-bottom ul li:nth-of-type(4){
    float: left;
    width: 282px;
    height: 159px;
    overflow: hidden;
    margin-left: 10px

}
.box4-bottom ul li:nth-of-type(3),.box4-bottom ul li:nth-of-type(5) {
    float: right;
    width: 282px;
    height: 159px;
    overflow: hidden;

}




.box4-bottom ul li:nth-of-type(n+6) {
    float: left;
    margin-right: 10px;
}



.box4-bottom ul li:nth-of-type(9) {
    margin: 0 0 0 1px;
}


.mask-bottom{ position:absolute; bottom:0;left:0; width:94%; height:30px; line-height:30px; color:#fff; background:rgba(0,0,0,.5); padding:0 3%;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.box4-bottom-hide {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    border-top: 6px solid #eb434e;
    border-right: 6px solid #eb434e;
}

.left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    border-left: 6px solid #cecece;
    border-bottom: 6px solid #cecece;

}

.box4-bottom a p {
    width: 148px;
    height: auto;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 4px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 4px;
}

.box4-center {
    width: 148px;
    text-align: center;
    margin: 0 auto;
}

.box4-bottom a span {
    font-size: 14px;
    color: #eb434e;
}

.box4-bottom a span::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/line.png) no-repeat center;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

.box4-bottom ul li .box4-center {
    margin-top: 50px;
}

.box4-bottom ul li:nth-of-type(1) .box4-center {
    margin-top: 140px;
}



.box4-bottom li:hover img,
.box4-bottom ul li:nth-of-type(1):hover img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.box5 {
    width: 1200px;
    height: auto;
    display:table;
    margin: 15px auto 0 auto
}

/*.box5-bottom {
    width: 800px;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 15px;
    padding: 20px 20px 10px 20px;
}

.box5-bottom ul li {
    float: left;
    width: 218px;
    height: 134px;
    border: 1px solid #ececec;
    padding: 14px 20px 0 20px;
    margin: 0 10px 15px 0;
}

.box5-bottom ul li:nth-child(3n) {
    margin-right: 0;
}

.box5-bottom ul li a {
    color: #333333;
}

.box5-left{ float:left; width:840px; height:auto; display:table;}
.box5-right{ float:right;width:345px; height:auto; display:table;}

.box5-right-bottom{ width:305px;height:495px;background:#fff;    background: #fff;
    margin-top: 15px;
    padding: 20px 20px 10px 20px;}

.box5-right-bottom li {
    float: left;
    width: 305px;
    margin: 0 10px 20px 0
}

.box5-right-bottom li:nth-of-type(4n) {
    margin-right: 0;
}

.box5-right-bottom li .hera-img {
    width: 305px;
    height: 172px;
    background: #f7f7f7;
    overflow: hidden;

}

.box5-right-bottom li .hera-img img {
  width: 305px;
    height: 172px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}

.box5-right-bottom li:hover .hera-img img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);

    transition: transform .65s;
}


.box5-right-bottom li .hy-name {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0 5px 0
}
.box5-right-bottom li a:hover .hy-name{
    color: #1042ab;
}

.box5-right-bottom li p span:nth-child(odd) {
    float: left;
      font-size:14px;
    color:#999999
}

.box5-right-bottom li p span:nth-child(even) {
    float: right;
    font-size:12px;
    color:#999999
}
.box5-right-bottom li p span:nth-child(even)::before{

    display:inline-block;
    content:"";
    width:12px;
    height:12px;
    background:url("//meeting.lgmi.com/image/address-icon.png") no-repeat bottom;
    vertical-align:middle;
    margin:-4px 4px 0 0
}

.team-left {
    float: left;
    width: 98px;
    height: 98px;
    overflow: hidden;
}

.team-left img {
    width: 98px;
    height: 98px;
}


.team-center {
    float: right;
    width: 100px;
 
    overflow: hidden;
    padding: 10px 0 0 20px;
    
}

.team-center h2 {
    font-size: 16px;
}
*/

.box5-bottom {
    width: 1160px;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 15px;
    padding: 20px 20px 10px 20px;
}

.box5-bottom ul li {
    float: left;
    width: 240px;
    height: 114px;
    border: 1px solid #ececec;
    padding: 14px 20px 0 20px;
    margin: 0 10px 10px 0;
}

.box5-bottom ul li:nth-child(4n) {
    margin-right: 0;
}

.box5-bottom ul li a {
    color: #333333;
}

.team-left {
    float: left;
    width: 102px;
    height: 102px;
    overflow: hidden;
}

.team-left img {
    width: 102px;
    height: 102px;
}

.team-left {
    float: left;
    width: 120px;
    height: 102px;
    overflow: hidden;
}

.team-center {
    float: left;
    width: 120px;
    height: 92px;
    overflow: hidden;
    padding-top: 10px;
}

.team-center h2 {
    font-size: 16px;
}


.box6 {
    width: 1200px;
    height: auto;
    margin: 15px auto 0 auto
}

.box6-bottom {
    width: 1160px;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 15px;
    padding: 20px 20px 10px 20px;
}

.box6-bottom {
    width: 1160px;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 15px;
    padding: 20px 20px 10px 20px;
}

.box6-bottom ul li {
    float: left;
    width: 222px;
    height: 58px;
    border: 1px solid #ececec;
    margin: 0 10px 10px 0;
}

.box6-bottom ul li:nth-child(5n) {
    margin-right: 0;
}

.box6-bottom ul li a {
    color: #333333;
}

.footer {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid #e1e1e1;
    margin-top: 40px
}

.footer-box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 30px 0
}

.footer-box-left {
    float: left;
}

.footer-box-left h2 {
    font-size: 14px;
    color: #333;
    margin: 30px 0 10px 0
}

.footer-box-left a {
    color: #333;
    display: inline-block;
    margin-right: 14px;
}

.footer-box-left a:hover {
    color: #1042ab;
}

.footer-box-left span {
    display: inline-block;
    margin-right: 14px;
}

.footer-box-right {
    float: left;
    margin: 30px 0 0 0
}

.footer-box-right ul li {
    float: left;
    margin-left: 40px
}

.footer-box-right ul li img {
    width: 144px;
    height: 144px
}

.footer-box-right ul li p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 8px
}


.copyright {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px
}

.copyright-box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 12px;
    color: #797979
}

.copyright-box a {
    color: #797979
}

.copyright-box a span {
    display: inline-block;
    vertical-align: middle
}

.copyright-box a span img {
    display: inline-block
}

*/ .footer {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid #e1e1e1;
    margin-top: 80px;
    background: #f7f7f7
}

.footer-box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 30px 0
}

.footer-box-left {
    float: left;
}

.footer-box-left ul li h2 {
    font-size: 16px;
    color: #333;
    margin: 30px 0 0 0
}

.footer-box-left ul li {
    float: left;
    margin-right: 150px
}

.footer-box-left ul li p {
    line-height: 34px
}

.footer-box-left a {
    color: #333;
    display: inline-block;
    margin-right: 14px;
}

.footer-box-left a:hover {
    color: #1042ab;
}

.footer-box-left ul li p a.mber-vip::after {
    display: inline-block;
    content: "";
    width: 26px;
    height: 20px;
    background: url("../images/footer-vip.png") no-repeat center;
    vertical-align: middle;
    margin: -2px 0 0 2px
}




.footer-box-right {
    float: right;
    margin: 30px 0 0 0
}

.footer-box-right ul {
    display: table
}

.footer-box-right ul li {
    float: left;
    margin-left: 40px
}

.footer-box-right ul li:first-child {
    float: left;
    margin-left: 0px
}

.footer-box-right ul li p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 8px
}

.footer-box-right ul li img {
    width: 144px;
    height: 144px
}

.footer-box-right .tel-phone {
    text-align: center;
    margin-top: 30px;
}

.footer-box-right .tel-phone b {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    display: inline-block;
    vertical-align: middle
}

.footer-box-right .tel-phone b::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../images/tel-phone-icon.png") no-repeat center;
    vertical-align: top;
    margin: 0 0 0 -4px
}

.footer-box-right .tel-phone span {
    font-size: 16px;
    color: #1844a7;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}



.friendship {
    float: left;
    width: 100%;
    height: auto;
    display: table;
    /*margin-top: 22px;
    background: url("../images/friendship-bg.jpg") repeat-x top;*/
    padding-top: 30px
}

.friendship-bottom {
    padding-top: 5px;
}

.friendship h2 {
    font-size: 16px;
    color: #333;
}

.friendship h2 span::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/friendship-hot.png") no-repeat center;
    vertical-align: middle;
    margin: -4px 0 0 0
}


.friendship-bottom a {
    display: inline-block;
    color: #333;
    line-height: 34px;
    margin: 0 30px 0 0
}

.friendship-bottom a:hover {
    color: #1042ab;
}



.friendship2 {
    float: left;
    width: 100%;
    height: auto;
    display: table;

    padding-top: 20px
}

.friendship-bottom2 {
    padding-top: 5px;
}

.friendship2 h2 {
    font-size: 16px;
    color: #333;
}




.friendship-bottom2 a {
    display: inline-block;
    color: #333;
    line-height: 34px;
    margin: 0 30px 0 0
}

.friendship-bottom2 a:hover {
    color: #1042ab;
}



.copyright {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid #e1e1e1;
    background: #f1f1f1
}

.copyright-box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 12px;
    color: #797979;
    text-align: center
}

.copyright-box a {
    color: #797979
}

.copyright-box a span {
    display: inline-block;
    vertical-align: middle
}

.copyright-box a span img {
    display: inline-block
}

/*????*/
.login-box {
    display: none
}

.problem-mask {
    z-index: 99999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.4;
    cursor: pointer;
}

.login-bbox {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16);
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 340px;
    height: 380px;
    margin: -130px auto 0 auto
}



.logoClose {
    text-align:center; font-size:12px; color:#999; margin-top:20px;width:100%;display:block; margin:-35px auto 0 auto; font-weight:normal
}

.logoClose span {
    display: inline-block;
    cursor: pointer;
}

.logoClose span::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../images/loginClose.png?vs=2.0") no-repeat center;
    vertical-align: middle;
    margin: -1px 4px 0 0;
	background-size:100% 100%
}


  .box1-right{ background:#fff}
        .box1-right table{  border-collapse:collapse; background:#fff;border:0;width:100%}

           .box1-right table tr td{ text-align:center; border:0; width:14.2857%; height:30px; vertical-align:middle} 
           .box1-right table tr td a{ text-align:center}
            .box1-right table tr td a img{margin:0 auto}
           .box1-right table tr.titleBg td{background:#e7ecf6;height:30px; line-height:30px;}
              .box1-right table tr td span{display:block; width:100%; height:100%; background:url("//meeting.lgmi.com/image/today.png") no-repeat bottom; font-size:20px; color:#cb3656}
              .box1-right table tr td a div{font-size:20px; color:#cb3656;line-height: 24px;}
              .box1-right table tr td p {text-align:center}
               .box1-right table tr td a p {display:block; width:100%; font-size: 10px; transform: scale(0.83333); color:#cb3656; margin:0 auto}
               .box1-right table .table-box td{ height:42px; line-height:42px; font-size:22px; font-weight:bold}
			   .box1-right table tbody{float:left;width:100%; height:auto;display:table }

                   .navTop2{width:100%;background:#fff}
      .navTop22 {
    width: 1200px;
    height: 26px;
    margin: 0 auto;
	    border-bottom: 1px solid #e1e1e1;
}
.navTop22 {
    
    line-height: 26px;
    font-size: 12px;
    color: #333333
}
.navTop22 a 
{
    position:relative;
    color: #333333
}.navTop22 span{ display:inline-block; margin:0 12px; color:#ccc; }


.box6-bottom {
    width: 1160px;
    height: auto;
    display: block; 
    background: #fff;
    margin-top: 15px;
    padding: 20px 20px 10px 20px;
}

.box6-bottom ul li {
    float: left;
    width: 224px;
    height: 130px;
	border:0;
cursor: pointer
   
}
.box6-bottom ul li:nth-child(5n) {
    margin-right: 10px;
}
.box6-bottom .link-photo {width: 222px;
    height: 58px;
    border: 1px solid #ececec;
	margin-bottom:10px
}
.box6-bottom ul li img{ width: 222px;
    height: 58px;}